home *** CD-ROM | disk | FTP | other *** search
- Checksum: 1535076610 (Verify with "brik -cv")
- Posting-number: Volume 02, Issue 061
- Submitted-by: microsoft!randyn@beaver.cs.washington.edu (Randy Nevin)
- Archive-name: pcbcad/part01
-
- this is a printed circuit board cad package for the ibm pc; please post it
- on comp.binaries.ibm.pc. it consists of an autorouter, a printed circuit
- board viewer, and a printed circuit board printer. it currently supports
- ega and hp laser jet II. source is included, along with an article i have
- submitted to dr. dobb's journal (and may be printed later this year), and
- a small ttl library. i have also sent it to keith peterson, so it will be
- available in the simtel20 archives for ftp access. note that the
- executables included have been compiled to use 286 instructions; if you
- want to run these programs on an XT (not recommended), change the /G2s
- to /Gs in the makefile and recompile.
-
- randy nevin (microsoft!randyn@beaver.cs.washington.edu, or
- microsoft!randyn@uunet.uu.net)
-
- [
- To try out the provided example in the file "example", first type
- "pcbroute example outfile" to get the generated circuit into "outfile",
- then type "pcbview outfile" to view it. It worked fine on a
- VGA-equipped IBM PS/2 with about 450K of free memory.
-
- All the source code (all C but for one small assembly language file) is
- here, suitable for Microsoft C 4.0 and MASM 4.0.
-
- There is a good discussion of the algorithms needed to optimize the
- layout of traces on a PCB.
-
- Checksums obtained with the 4.3BSD "sum" or System V "sum -r" command.
-
- checksum size (bytes) file (between BEGIN--cut and END--cut lines)
- 15220 43731 part01
- 41974 43772 part02
- 22640 43772 part03
- 5344 43122 part04
-
- checksum size (bytes) file
- 13593 126558 pcbcad.arc
-
- -- R.D.
- ]
-
- pcbcad part01/04
- BEGIN--cut here--cut here
-